KeyedCollection.length

Gets the length of the collection.

mixintemplate KeyedCollection(T)
final const @property @safe nothrow pure
size_t
length
()

Return Value

Type: size_t

The number of items in the collection.

Meta